home *** CD-ROM | disk | FTP | other *** search
- on xtracopypress
-
-
- if the platform contains "Mac" then
-
- maccopypress
- else
-
- openXLib "Xtras\filecopy" -- custom xtra
-
- set filename = the pathName&"presstxt\"&the name of cast the mousecast
-
- if fileName > "" then
- set wFileName = doSaveAsDlg(the pathName&"presstxt\"&the name of cast the mousecast, "Word@*.rtf")
- if wFileName > "" then
- set result = copyFile(wFileName, fileName) -- this is the call that does the copying
- put result
- end if
- end if
-
- closeXLib "Xtras\filecopy"
- end if
-
- end xtracopypress